home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Snippets / NewHelp 1.0.1 / NewHelp / NewHelp.rsrc / TEXT_154_Constants.txt < prev    next >
Encoding:
Text File  |  1995-12-31  |  577 b   |  9 lines

  1. Constants:
  2.  
  3. CTools‚Ñ¢ doesn‚Äôt do constants very well, at this point.  This will be fixed.  Until then, you either have to make enums or defines for these, manually.  What I do is copy them all out to a new file where I can use Find/Replace without messing up something else, fix them all up fast and copy/paste them back.
  4.  
  5. Find ‚Äú\r\t‚Äù (RETURN, TAB) and replace with ‚Äú\r#define ‚Äú, then replace ‚Äú == ‚Äú with a tab or two, and remove all the ‚Äò;‚Äôs.
  6.  
  7. On a multi-file, use CTools‚Ñ¢ ‚ÄúConstants‚Äù marker to navigate down the file, to get to where these sets are.
  8.  
  9.